home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-238.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  81 lines

  1. # This script was automatically generated from the dsa-238
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. The KDE team discovered several vulnerabilities in the K Desktop
  12. Environment.  In some instances KDE fails to properly quote parameters
  13. of instructions passed to a command shell for execution.  These
  14. parameters may incorporate data such as URLs, filenames and e-mail
  15. addresses, and this data may be provided remotely to a victim in an
  16. e-mail, a webpage or files on a network filesystem or other untrusted
  17. source.
  18. By carefully crafting such data an attacker might be able to execute
  19. arbitrary commands on a vulnerable system using the victim\'s account and
  20. privileges.  The KDE Project is not aware of any existing exploits of
  21. these vulnerabilities.  The patches also provide better safe guards
  22. and check data from untrusted sources more strictly in multiple
  23. places.
  24. For the current stable distribution (woody), these problems have been fixed
  25. in version 2.2.2-5.2.
  26. The old stable distribution (potato) does not contain KDE packages.
  27. For the unstable distribution (sid), these problems will most probably
  28. not be fixed but new packages for KDE 3.1 for sid are expected for
  29. this year.
  30. We recommend that you upgrade your KDE packages.
  31.  
  32.  
  33. Solution : http://www.debian.org/security/2003/dsa-238
  34. Risk factor : High';
  35.  
  36. if (description) {
  37.  script_id(15075);
  38.  script_version("$Revision: 1.4 $");
  39.  script_xref(name: "DSA", value: "238");
  40.  script_cve_id("CAN-2002-1393");
  41.  
  42.  script_description(english: desc);
  43.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  44.  script_name(english: "[DSA238] DSA-238-1 kdepim");
  45.  script_category(ACT_GATHER_INFO);
  46.  script_family(english: "Debian Local Security Checks");
  47.  script_dependencies("ssh_get_info.nasl");
  48.  script_require_keys("Host/Debian/dpkg-l");
  49.  script_summary(english: "DSA-238-1 kdepim");
  50.  exit(0);
  51. }
  52.  
  53. include("debian_package.inc");
  54.  
  55. w = 0;
  56. if (deb_check(prefix: 'kandy', release: '3.0', reference: '2.2.2-5.2')) {
  57.  w ++;
  58.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kandy is vulnerable in Debian 3.0.\nUpgrade to kandy_2.2.2-5.2\n');
  59. }
  60. if (deb_check(prefix: 'kdepim-dev', release: '3.0', reference: '2.2.2-5.2')) {
  61.  w ++;
  62.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdepim-dev is vulnerable in Debian 3.0.\nUpgrade to kdepim-dev_2.2.2-5.2\n');
  63. }
  64. if (deb_check(prefix: 'kdepim-libs', release: '3.0', reference: '2.2.2-5.2')) {
  65.  w ++;
  66.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdepim-libs is vulnerable in Debian 3.0.\nUpgrade to kdepim-libs_2.2.2-5.2\n');
  67. }
  68. if (deb_check(prefix: 'korganizer', release: '3.0', reference: '2.2.2-5.2')) {
  69.  w ++;
  70.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package korganizer is vulnerable in Debian 3.0.\nUpgrade to korganizer_2.2.2-5.2\n');
  71. }
  72. if (deb_check(prefix: 'kpilot', release: '3.0', reference: '2.2.2-5.2')) {
  73.  w ++;
  74.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kpilot is vulnerable in Debian 3.0.\nUpgrade to kpilot_2.2.2-5.2\n');
  75. }
  76. if (deb_check(prefix: 'kdepim', release: '3.0', reference: '2.2.2-5.2')) {
  77.  w ++;
  78.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kdepim is vulnerable in Debian woody.\nUpgrade to kdepim_2.2.2-5.2\n');
  79. }
  80. if (w) { security_hole(port: 0, data: desc); }
  81.